home *** CD-ROM | disk | FTP | other *** search
- package BlockBreaker;
-
- // $FF: renamed from: BlockBreaker.D
- abstract class class_0 {
- // $FF: renamed from: I () int
- protected abstract int method_0();
-
- // $FF: renamed from: Z () int
- protected abstract int method_1();
-
- // $FF: renamed from: C () int
- protected abstract int method_2();
-
- // $FF: renamed from: B () int
- protected abstract int method_3();
-
- // $FF: renamed from: I (BlockBreaker.D) boolean
- public final boolean method_4(class_0 var1) {
- return this.method_1() >= var1.method_0() && var1.method_1() >= this.method_0() && this.method_3() >= var1.method_2() && var1.method_3() >= this.method_2();
- }
- }
-